<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.root {
    width: 1520px;
    margin: 0 auto;
}

.green-bar {
    background-color: #4d835f;
    text-align: right;
    color: white;
    font-size: 18px;
    padding: 18px 50px;
}

.green-bar a {
    color: white;
}

.green-bar a:hover {
    color: #3be7e4;
    text-decoration: none;
}

.time {
    margin-right: 10px;
}

.main {
    padding: 0 50px;
    background: white;
}

.header-line {
    padding: 10px 0;
}

.main-pic {
    display: inline-block;
}

.main-title {
    display: inline-block;
    width: 90%;
    margin-left: 15px;
}

.logo {
    width: 120px;
}

.title-div {
    margin-top: 1%;
}

.title {
    font-size: 50px;
    margin: 0;
}

.subtitle {
    font-size: 19px;
    margin: 0;
    color: #4d835f;
}

.slogan {
    width: 100%;
    margin-top: 9%;
}

.search-input {
    width: 87%;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    font-size: 18px;
}

.search-img {
    background: url(../images/search.png) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    border: none;
    position: absolute;
    right: 25px;
}

.z {
    width: 25px;
    margin-left: 10px;
}

.search-input::-webkit-input-placeholder {
    color: #b3b3b3;
}

.search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3b3b3;
}

.search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3b3b3;
}

.search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b3b3b3;
}

.search-icon {
    margin-left: 10px;
    height: 30px;
    margin-bottom: 6px;
    cursor: pointer;
}

.input-div {
    text-align: right;
    margin-top: 17%;
    margin-right: 50px;
}

.underline {
    padding-bottom: 10px;
    border-bottom: 1px solid #b2b2b2;
}

.my-nav {
    height: 50px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.my-nav ul {
    list-style: none;
    z-index: 999;
}

.my-nav &gt; ul &gt; li {
    float: left;
}

.my-nav ul a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    background-color: #4d835f;
    margin-right: 15px;
    border-radius: 10px;
    transition: all 0.5s ease;
    word-break: keep-all;
    white-space: nowrap;
    min-width: 100px;
    padding: 0 28px;
    font-size: 19px;
}

.my-nav ul a:visited, a:link {
    text-decoration: none;
}

.my-nav ul a:hover {
    background-color: #d7f0db;
    color: #4d4749;
    transition: all 0.5s ease;
}

.menu-active {
    background-color: #d7f0db !important;
    color: #4d4749 !important;
}

/*.nav &gt; li:first-child a {*/
/*border-radius: 10px 0 0 10px;*/
/*}*/

/*.nav &gt; li:last-child a {*/
/*border-radius: 0 10px 10px 0;*/
/*}*/

.drop-down {
    position: relative;
    height: 50px;
}

.drop-down-content, .drop-down-content-hidden {
    padding: 0;
    opacity: 0.3;
    height: 0;
    transition: all 0.5s ease;
    position: absolute;
    margin-top: 5px;
}

.drop-down-content-hidden {
    overflow: hidden;
}

.drop-down-content a {
    border-radius: 0 !important;
    margin: 0;
    border-bottom: 1px solid white;
}

.submenu-active {
    background-color: #4d835f !important;
    color: white !important;
}

.my-nav .drop-down:hover .drop-down-content {
    opacity: 1;
    height: 150px;
}

.green-bar {
    background-color: #4d835f;
    font-size: 19px;
    position: relative;
}

.green-bar a {
    color: white;
}

.green-bar a:hover {
    color: #3be7e4;
}

.green-bar span {
    color: white;
    margin-right: 40px;
}

.link_list {
    line-height: 48px;
    width: 100%;
    text-align: center;
}

.link_list p {
    margin-bottom: 0;
}

.weixin {
    position: absolute;
    right: 40px;
}

.weixin img {
    width: 100px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.mianbaoxie {
    font-size: 19px;
    color: #808080;
}

.mianbaoxie a {
    color: #808080;
}

.mianbaoxie a:hover {
    color: #3be7e4;
}

.xuxian {
    margin-bottom: 30px;
    margin-top: 10px;
    border-bottom: dashed 1px #808080;
}

.arrowleft {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.margin-0-auto {
    margin: 0 auto;
}

.margin-lr {
    margin-left: 50px;
    margin-right: 50px;
}

.pointer {
    cursor: pointer;
}

.nav {
    font-size: 19px !important;
}

.nav-link {
    padding: .59rem 1rem !important;
}

.more .nav-link {
    line-height: 1.75rem;
}

.college .tab-content-real {
    width: 93% !important;
}</pre></body></html>